@charset 'utf-8';

/* ÷×éÄ */

/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:20px; font-size:15px;	line-height: 140%; word-break:break-all; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl { padding-bottom:20px;}
.privacy > dl > dt{ font-size:15px;color:#3680b9;font-weight:700;padding-bottom:5px;}
.privacy > dl > dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy > dl > dd ul{ padding:10px; }
.privacy > dl > dd ul li{ line-height:120%; margin-top: 10px; }
.privacy > dl > dd ul li:first-child { margin-top: 0; }
.privacy > dl > dd ul li p { margin:0 10px 5px; line-height: 140%; }
.sTxt h3 { font-size:16px; color: #333; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }


/*layout*/
#wrap > article { overflow: hidden; position: relative; }


/*header*/
header { background: #fff; border-color:#dfdfdf;  width: 100%; height:90px; position: fixed; top: 0; left: 0; z-index:250;box-shadow: 0px 0px 19px 5px rgb(100,100,100,.2);}
header h1 { position: absolute; top: 13px; left: 50px; }
header h1 a { display: block; width: 200px; height: 65px;overflow: hidden; position: relative; }
header h1 a img {  position: absolute; top:0; }
header nav { }
#gnb { width: 100%; text-align: center; font-size:0; margin-top: 35px; }
#gnb > li { display: inline-block; position: relative;padding:0 20px;white-space: nowrap;text-overflow: ellipsis;text-transform: capitalize;}
#gnb > li > a { font-size:18px; color: #222; font-weight: 700; width:auto; padding:0 35px 35px; display: inline-block; position: relative;font-family: 'Microsoft Yahei';}
#gnb > li.icon > a { text-indent:-19px; }
#gnb > li.icon > a:after { content: ""; display: block; width: 19px; height:16px; overflow: hidden; position: absolute; top: 2px; right: 10px;  background:url(../images/common/icon_recruit.png) no-repeat top; }
#gnb > li ul { display: none; position: absolute; top: 70px; left: 0; width: 100%; overflow: hidden; z-index:80; font-size:15px; font-family:'Roboto';}
#gnb > li ul li { line-height: 220%; }
#gnb > li ul li a:hover { color: #060a15;  }
header .right { width: 180px; box-sizing:border-box; position: absolute; top: 35px; right: 120px; padding-left:20px; font-family:"Montserrat"; font-size:12px; padding-top: 2px; }
header .right:before { content: ""; display: block; width: 0px; height: 20px; background: #fff; position: absolute; top: 0; left: 0; }
header .right > p { float: left;  }
header .right > p:after { content: ""; display: block; float: right; width: 5px; height: 5px; border-radius:5px; background: transparent; margin:5px 12px 0; }
header .right .lang { float: left; width: auto; }
header .right a { color: #222; }
header .right .lang > a { float: left; display: block; width: 76px; position: relative;  padding-bottom: 20px; }
header .right .lang > a:after { content: ""; display: block; width:6px; height:6px; border-right:1px solid #222; border-bottom:1px solid #222; position: absolute; top: 2px; right: 4px; transform:rotate(45deg); -webkit-transform:rotate(45deg); }
header .right .lang ul { display: none; position: absolute; top: 20px; right:10px; width: 72px; overflow: hidden; box-sizing:border-box; padding:5px; background: #7da29c;border-radius: 10px;text-align: center;}
header .right .lang li { overflow: hidden; width: 100%; height:auto; }
header .right .lang li a { display: block; width: 100%; height: 20px; line-height: 20px; color: #fff;  }
header .right .inquiry { position: absolute; top: 2px; right:205px; white-space:nowrap; }
header .right .inquiry a { display:inline-block; padding:0 17px 0 0; background:url(../images/common/icon_inquiry.png) no-repeat right 1px; }
header.on .right .inquiry a { background:url(../images/common/icon_inquiry_on.png) no-repeat right 1px; }
.cateBtn { position: absolute; top: 0; right: 0; width: 90px; height: 90px;  z-index:200; }
.cateBtn a { display: block; width: 100%; height: 100%; background: #cacaca; position: relative; transition: all 0.4s;}
.cateBtn a:hover { display: block; width: 100%; height: 100%; background: #7da29c; position: relative; transition: all 0.4s;}
.cateBtn a i { display: block; width: 28px; height: 3px; background: #fff; position: absolute; top: 37px; left: 31px; font-size:0;  transition: all 0.4s;}
.cateBtn a i:nth-child(2) { top: 44px; transition: all 0.4s;}
.cateBtn a i:last-child { top: 51px; transition: all 0.4s;}
.hd_bg { display: none;  width: 100%; height: 600px; background: rgba(255,255,255,0.98); top: 90px; left: 0; z-index:80; position: fixed;border-top: 1px solid rgba(240,240,240,1);border-bottom: 10px solid rgba(125,162,156,1);box-sizing: border-box;}

/*hover*/
header.on {background: #fff; border-color:#dfdfdf;}
header.on h1 a img {top:-66px;}
header.on #gnb > li > a {color: #060a15;}
header.on #gnb > li.icon > a:after {background-position: left -16px;}
header.on #gnb > li:hover > a {color: #7da29c;font-family: 'Microsoft Yahei';}
header.on #gnb > li:hover > a:before {content: ""; display: block; width: 100%; height:4px; background: #7da29c; position: absolute; bottom: 0; left: 0;}
header.on .right:before {background: #dfdfdf;}
header.on .right > p:after {background: transparent;}
header.on .right a {color: #6a6e79;}
header.on .right .lang > a:after {border-color:#7da29c;}


/*footer*/
footer { background: #3f434e; box-sizing:border-box; padding:35px 20px 60px 120px; position: relative; }
footer > article { overflow: hidden; }
.fnb { margin-top: 55px; overflow: hidden; }
.fnb li { float: left; }
.fnb li:not(:first-child):before { content: ""; display: block; width: 1px; height: 14px; background: #71717c; float: left; margin:3px 15px 0; }
.fnb li a { color: #fff; font-size:16px; }
footer address { margin-top: 15px; overflow: hidden; font-family: "Roboto"; font-weight: 500;letter-spacing: 1px;}
footer address p { margin-top: 5px;color: rgba(255,255,255,.65);}
footer address p i { margin:0 8px; font-style:normal; font-size:13px; vertical-align: top; display: inline-block; }
footer .siteLink { width: 195px; height: 45px; box-sizing:border-box; border:1px solid #6a6e79; font-family: "Montserrat"; position: absolute; top: 50px; right: 20px; z-index:600; }
.siteLink > a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; line-height: 43px; color: #6a6e79; text-indent:20px; font-weight: 500; }
.siteLink > a:after { content: ""; display: block; position: absolute; top: 17px; right: 15px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #6a6e79; }
.siteLink ul { position: absolute; bottom: 40px; left: -1px; width: 100%; overflow: hidden; background: #060a15; border:1px solid #6a6e79;  display: none; }
.siteLink li { overflow: hidden; }
.siteLink li a { display: block; line-height: 200%; width: 100%; padding:0 20px;}



/*mobileCateogry*/
.mobileNav { height: 100%; width: 280px; right: 0; top: 0; z-index: 99999; position: fixed; overflow-y: auto; overflow-x: visible; transition:all .3s; -webkit-transition:all .3s; transform:translate3d(100%,0,0); -webkit-transform:translate3d(100%,0,0); display:none \9;  }
.mobileNav.on { transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); display:block \9; }
.m_bg { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.85);  z-index: 9999; opacity:0; transition:all .3s; -webkit-transition:all .3s; }
.m_bg.on { opacity:1; display: block; }
.mobileNav > div { position:absolute; right:0; height:150%; width:280px;background:#fff; }
.mobileNav .top { overflow: hidden; height: 90px; box-sizing:border-box; position: relative; background: #7da29c; }
.mobileNav .top ul { overflow: hidden; margin:35px 0 0 20px; }
.mobileNav .top li { float: left; position: relative; }
.mobileNav .top li:not(:first-child):before { content: ""; display: block; width: 1px; height: 10px; background: #ddd; float: left; margin:5px 10px 0; }
.mobileNav .top li a { color: #eee; }
.mobileNav .top .close { display: block; width: 22px; height: 22px; position: absolute; top: 35px; right: 10px; overflow: hidden; text-indent:-9999px; }
.mobileNav .top .close:before { content: ""; display: block; width: 2px; height: 30px; background: #fff; position: absolute; top: -5px; left: 10px; transform:rotate(45deg); -webkit-transform:rotate(45deg); border-radius:1px;  }
.mobileNav .top .close:after { content: ""; display: block; width: 2px; height: 30px; background: #fff; position: absolute; top: -5px; right:10px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); border-radius:1px; }
.mobileNav .btn_box { display:none; position:absolute; left:0; top:55px; width:100%; z-index:3; box-sizing:border-box; }
.mobileNav .btn_box a { position: relative; margin:0 0 0 20px; color:#fff; font-size:14px; }
.mobileNav .btn_box a:not(:nth-child(1)):before { content: ""; display: block; width: 1px; height: 10px; background: #ddd; position:absolute; left:-12px; top:50%; margin-top:-5px; }

#gnbM { width:100%; overflow:hidden; border-bottom:1px solid #ddd; }
#gnbM > li { border-top:1px solid #ddd;text-transform: capitalize;}
#gnbM li:first-child { border-top:none;text-transform: capitalize;}
#gnbM li a { display:block; width:100%; text-indent:20px; position:relative;   }
#gnbM li a:before,
#gnbM li a:after { content: ""; display: block; position: absolute;  }
#gnbM > li > a { height:55px; line-height:55px; color:#555; font-size:17px; font-weight:500; box-sizing:border-box; }
#gnbM > li > a:before { width: 2px; height: 12px; background: #fff; top:22px; right:25px;  }
#gnbM > li > a:after { width: 12px; height: 2px; background: #fff; top:27px; right:20px;  }
#gnbM > li.on > a { background:#c1c1c1; color: #fff; }
#gnbM > li.on > a:before { width:12px; height:12px; top: 19px; right:20px; background:none; box-sizing:border-box; border-right:2px solid #fff; border-bottom:2px solid #fff; transform:rotate(45deg); -webkit-transform:rotate(45deg); }
#gnbM > li.on > a:after { display: none; }
#gnbM > li ul { display:none; background:#f2f2f2; overflow: hidden; }
#gnbM > li li { border-top:1px solid #ddd; }
#gnbM > li li a { height:45px; line-height:45px; color:#666; font-size:16px; }
#gnbM > li li.on a { color:#7da29c; background:#fff;text-transform: capitalize;}
#gnbM > li li a:before { width:12px; height:12px; top: 17px; right:20px; background:none; box-sizing:border-box; border-right:2px solid #999; border-bottom:2px solid #999; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); }
#gnbM > li li.on a:before { border-color:#7da29c; }




@media screen and (max-width:1530px) {
	/*header*/
	#gnb {width: calc(116% - 529px);margin: 35px 0 0 260px;box-sizing: border-box;}
	#gnb > li {  display: block; float: left; width: 12.6%; }
	#gnb > li > a { padding:0 0 35px;  	width: 100%; }

}



@media screen and (max-width:1200px) {

	/*layout*/
	#wrap { min-width:100%; }


	/*header*/
	header { min-width:100%;  background: #fff; border:none; position: relative; }
	header h1 { left: 15px; }
	header h1 a img {  top:-66px; }
	#gnb, header .right, .hd_bg { display: none; }

	.mobileNav .btn_box { display:block; }


	/*footer*/
	footer { position: relative; padding:50px 15px 60px;  }
	footer .siteLink { position: absolute; top:40px; right: 15px; }




}

@media screen and (max-width:650px) {


	/*header*/
	header { height: 85px; }
	header h1 { top: 22px;; }
	header h1 a {width: 156px; height: 54px;}
	header h1 a img, header.on h1 a img {top: -47px; height: 94px;}
	#gnb, header .right, .hd_bg { display: none; }
	.cateBtn { width: 85px; height: 85px; }
	.cateBtn a i { top: 34px; left: 28.5px; }
	.cateBtn a i:nth-child(2) { top: 41px; }
	.cateBtn a i:last-child { top: 48px; }



	/*footer*/
	footer { padding:40px 15px 30px; }
	footer h2 img { height: 66px; }
	.fnb { margin-top: 30px; }
	.fnb li:not(:first-child):before { margin:3px 15px 0; }
	.fnb li a { font-size:15px; }
	footer .siteLink { width: calc(100% - 30px); height: 45px; top: 20px; right: 15px; }

}

/*分页处理*/
.pages { *zoom: 1;margin: 50px auto;padding-left: 15px;}
.pages:before, .pages:after { display: table; content: ""; }
.pages:after { clear: both; }
.pages a, .pages span { float: left; margin-left: 4px; padding: 0 14px; height: 30px; line-height: 30px; color: #999; border: 1px solid #ccc; }
.pages a:hover { text-decoration: none; background-color: #efefef; }
.pages .selected { border-top: 2px solid #6ba997; line-height: 30px; }

.page { padding: 15px 0; overflow: hidden;}
.page a { color: #6ba997; font-weight: bold; font-size: 12px; padding: 4px 25px; background:#fff; border: 1px solid #6ba997; border-radius: 0px;transition: all 0.4s;cursor: pointer;}
.page a:hover { border: 1px solid #0d1426; background:#fff; color:#0d1426;transition: all 0.4s;cursor: pointer;}
.page .prev { float: left; }
.page .next { float: right; }